home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Controls / Visual Basic Controls.iso / vbcontrol / gridex / nwind.mdb / Categories.json < prev    next >
Encoding:
JavaScript Object Notation  |  1998-01-05  |  1.1 KB

  1. {
  2.     "schema": {
  3.         "CategoryID": "Long Integer",
  4.         "CategoryName": "Text (15) NOT NULL",
  5.         "Description": "Memo/Hyperlink (255)",
  6.         "IconFileName": "Text (50)"
  7.     },
  8.     "data": [
  9.         {
  10.             "CategoryID": 1,
  11.             "CategoryName": "Beverages",
  12.             "Description": "Soft drinks, coffees, teas, beers, and ales",
  13.             "IconFileName": "Categ01.bmp"
  14.         },
  15.         {
  16.             "CategoryID": 2,
  17.             "CategoryName": "Condiments",
  18.             "Description": "Sweet and savory sauces, relishes, spreads, and seasonings",
  19.             "IconFileName": "Categ02.bmp"
  20.         },
  21.         {
  22.             "CategoryID": 3,
  23.             "CategoryName": "Confections",
  24.             "Description": "Desserts, candies, and sweet breads",
  25.             "IconFileName": "Categ03.bmp"
  26.         },
  27.         {
  28.             "CategoryID": 4,
  29.             "CategoryName": "Dairy Products",
  30.             "Description": "Cheeses",
  31.             "IconFileName": "Categ04.bmp"
  32.         },
  33.         {
  34.             "CategoryID": 5,
  35.             "CategoryName": "Grains/Cereals",
  36.             "Description": "Breads, crackers, pasta, and cereal",
  37.             "IconFileName": "Categ05.bmp"
  38.         },
  39.         {
  40.             "CategoryID": 6,
  41.             "CategoryName": "Meat/Poultry",
  42.             "Description": "Prepared meats",
  43.             "IconFileName": "Categ06.bmp"
  44.         },
  45.         {
  46.             "CategoryID": 7,
  47.             "CategoryName": "Produce",
  48.             "Description": "Dried fruit and bean curd",
  49.             "IconFileName": "Categ07.bmp"
  50.         },
  51.         {
  52.             "CategoryID": 8,
  53.             "CategoryName": "Seafood",
  54.             "Description": "Seaweed and fish",
  55.             "IconFileName": "Categ08.bmp"
  56.         }
  57.     ]
  58. }